home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
misc
/
cvt
/
scripts
/
morse->speak.cvt
< prev
next >
Wrap
Text File
|
1993-12-31
|
165b
|
12 lines
/*
* Morse->SPEAK.CVT
*
* (c)Copyright 1993 by Tobias Ferber, All Rights Reserved.
*/
"." -> "dit ";
"-" -> "daw ";
".\n" -> "dit,\n";
"-\n" -> "daw,\n";